projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72bcfc7
)
Comment change.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 23 Dec 2008 04:03:35 +0000
(
04:03
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 23 Dec 2008 04:03:35 +0000
(
04:03
+0000)
lisp/mail/pmailedit.el
patch
|
blob
|
history
diff --git
a/lisp/mail/pmailedit.el
b/lisp/mail/pmailedit.el
index a91cfcf40ecd37e6b2ae30e6401faa5565a49f42..2fd400d2b75e3a7794d5962839655a441141652b 100644
(file)
--- a/
lisp/mail/pmailedit.el
+++ b/
lisp/mail/pmailedit.el
@@
-107,7
+107,8
@@
This functions runs the normal hook `pmail-edit-mode-hook'.
(save-excursion
(set-buffer pmail-summary-buffer)
(pmail-summary-enable)))
- ;; Make sure buffer ends with a blank line.
+ ;; Make sure buffer ends with a blank line
+ ;; so as not to run this message together with the following one.
(save-excursion
(goto-char (point-max))
(if (/= (preceding-char) ?\n)